Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Writer Namespace / PdfStreamWriterBase Class / AddDictEntry Method / AddDictEntry(PdfName,IList<PointF>,Func<PointF,PointF>) Method

In This Topic
    AddDictEntry(PdfName,IList<PointF>,Func<PointF,PointF>) Method
    In This Topic
    Adds a dictionary entry with array of points. convertMethod is called for each item in value.
    Syntax
    'Declaration
     
    Public Overloads Sub AddDictEntry( _
       ByVal key As PdfName, _
       ByVal value As System.Collections.Generic.IList(Of PointF), _
       ByVal convertMethod As System.Func(Of PointF,PointF) _
    ) 
    public void AddDictEntry( 
       PdfName key,
       System.Collections.Generic.IList<PointF> value,
       System.Func<PointF,PointF> convertMethod
    )

    Parameters

    key
    value
    convertMethod
    See Also